commit | 92a07003b2ce449b22709fbd9b4f1e49b3a2fd3e | [log] [tgz] |
---|---|---|
author | Howard Hinnant <hhinnant@apple.com> | Thu Sep 22 19:10:18 2011 |
committer | Howard Hinnant <hhinnant@apple.com> | Thu Sep 22 19:10:18 2011 |
tree | 42073b53481e350458678402dae0d2b07d8ae27a | |
parent | 59832523acb4b3d9764bcdeeef1ea56ad690eb0e [diff] [blame] |
Partial Windows port by Ruben Van Boxem git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@140328 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/include/locale b/include/locale index e40a04c..2c532a7 100644 --- a/include/locale +++ b/include/locale
@@ -186,7 +186,9 @@ #endif #include <cstdlib> #include <ctime> +#if !_WIN32 #include <nl_types.h> +#endif // !_WIN32 #pragma GCC system_header